OpenWGA 7.5 - WebTML reference

WebTML tags » [All tags]

<tml:[All tags] output ="true | false | 0 | 1 | t | f">

Purpose:

Suppresses (or activates) the output of the tag

Description:

Normally a WebTML tag adds its result to the rendered WebTML page. In that case you can use the "output" attribute to suppress this behaviour.

Other attributes might already suppress the output, like var, which stores the tag result in a WebTML variable instead. In that case you can use output="true" to nevertheless let the tag put out its result to the page.

Default value:

"true", normally unless another attribute already suppresses output